Add (bogus) missing initializer.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Jun 2005 22:13:18 +0000 (22:13 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 20 Jun 2005 22:13:18 +0000 (22:13 +0000)
gpsbabel/garmin.c

index a25b363c052f8002326185ed041610a5ee762b72..a5296f229040097ad838ba165d0f3652c2963e62 100644 (file)
@@ -51,7 +51,7 @@ arglist_t garmin_args[] = {
                NULL, ARGTYPE_BOOL},
        { "power_off", &poweroff, "Command unit to power itself down", 
                NULL, ARGTYPE_BOOL},
-       { 0, 0, 0, 0}
+       { 0, 0, 0, 0, 0}
 };
 
 static const char * d103_symbol_from_icon_number(unsigned int n);